type github.com/jackc/pgx/v5/pgtype.encodePlanArrayCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array_codec.go#L78: 		return &encodePlanArrayCodecBinary{ac: c, m: m, oid: oid}
		array_codec.go#L165: type encodePlanArrayCodecBinary struct {
		array_codec.go#L171: func (p *encodePlanArrayCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {